'Declaration
Public Function End( _ ByVal timeout As Integer, _ Optional ByVal throwOnError As Boolean _ ) As T
'Usage
Dim instance As ChannelAsyncOperation(Of T) Dim timeout As Integer Dim throwOnError As Boolean Dim value As T value = instance.End(timeout, throwOnError)
public T End( int timeout, bool throwOnError )
public: T^ End( int timeout, bool throwOnError )
Parameters
- timeout
- throwOnError